|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RibbonElementPriority | |
|---|---|
| org.jvnet.flamingo.ribbon | |
| org.jvnet.flamingo.ribbon.ui | |
| Uses of RibbonElementPriority in org.jvnet.flamingo.ribbon |
|---|
| Methods in org.jvnet.flamingo.ribbon that return RibbonElementPriority | |
|---|---|
static RibbonElementPriority |
RibbonElementPriority.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static RibbonElementPriority[] |
RibbonElementPriority.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in org.jvnet.flamingo.ribbon with parameters of type RibbonElementPriority | |
|---|---|
void |
JRibbonBand.addCommandButton(AbstractCommandButton commandButton,
RibbonElementPriority priority)
Adds the specified command button to this band. |
void |
JRibbonBand.addRibbonGallery(java.lang.String galleryName,
java.util.List<StringValuePair<java.util.List<JCommandToggleButton>>> buttons,
java.util.Map<RibbonElementPriority,java.lang.Integer> preferredVisibleButtonCounts,
int preferredPopupMaxButtonColumns,
int preferredPopupMaxVisibleButtonRows,
RibbonElementPriority priority)
Adds a new ribbon gallery to this band. |
| Method parameters in org.jvnet.flamingo.ribbon with type arguments of type RibbonElementPriority | |
|---|---|
void |
JRibbonBand.addRibbonGallery(java.lang.String galleryName,
java.util.List<StringValuePair<java.util.List<JCommandToggleButton>>> buttons,
java.util.Map<RibbonElementPriority,java.lang.Integer> preferredVisibleButtonCounts,
int preferredPopupMaxButtonColumns,
int preferredPopupMaxVisibleButtonRows,
RibbonElementPriority priority)
Adds a new ribbon gallery to this band. |
| Uses of RibbonElementPriority in org.jvnet.flamingo.ribbon.ui |
|---|
| Methods in org.jvnet.flamingo.ribbon.ui that return RibbonElementPriority | |
|---|---|
RibbonElementPriority |
JRibbonGallery.getDisplayPriority()
Returns the current display priority for this in-ribbon
gallery. |
| Methods in org.jvnet.flamingo.ribbon.ui with parameters of type RibbonElementPriority | |
|---|---|
void |
JBandControlPanel.addCommandButton(AbstractCommandButton ribbonButton,
RibbonElementPriority priority)
Adds a new ribbon button to this control panel. |
void |
JBandControlPanel.ControlPanelGroup.addCommandButton(AbstractCommandButton ribbonButton,
RibbonElementPriority priority)
Adds a new ribbon button to this control panel. |
void |
JBandControlPanel.addRibbonGallery(JRibbonGallery ribbonGallery,
RibbonElementPriority priority)
Adds a new in-ribbon gallery to this control panel. |
void |
JBandControlPanel.ControlPanelGroup.addRibbonGallery(JRibbonGallery ribbonGallery,
RibbonElementPriority priority)
Adds a new in-ribbon gallery to this control panel. |
int |
JRibbonGallery.getPreferredWidth(RibbonElementPriority state,
int availableHeight)
Returns the preferred width of this in-ribbon gallery for
the specified display state. |
java.util.List<AbstractCommandButton> |
JBandControlPanel.ControlPanelGroup.getRibbonButtons(RibbonElementPriority priority)
Retrieves all ribbon buttons of specified priority from this control panel. |
java.util.List<JRibbonGallery> |
JBandControlPanel.ControlPanelGroup.getRibbonGalleries(RibbonElementPriority priority)
Retrieves all in-ribbon galleries of specified priority from this control panel. |
void |
JRibbonGallery.setDisplayPriority(RibbonElementPriority displayPriority)
Sets new display priority for this in-ribbon gallery. |
void |
JRibbonGallery.setPreferredVisibleButtonCount(RibbonElementPriority state,
int visibleButtonCount)
Set preferred width of this in-ribbon gallery for the
specified display state. |
void |
JBandControlPanel.setPriority(JCommandButton ribbonButton,
RibbonElementPriority newPriority)
Sets new priority of a ribbon button in this control panel. |
void |
JBandControlPanel.ControlPanelGroup.setPriority(JCommandButton ribbonButton,
RibbonElementPriority newPriority)
Sets new priority of a ribbon button in this control
panel. |
void |
JBandControlPanel.setPriority(JRibbonGallery ribbonGallery,
RibbonElementPriority newPriority)
Sets new priority of an in-ribbon gallery in this control
panel. |
void |
JBandControlPanel.ControlPanelGroup.setPriority(JRibbonGallery ribbonGallery,
RibbonElementPriority newPriority)
Sets new priority of an in-ribbon gallery in this
control panel. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||